From: Gert Wollny Date: Mon, 7 Nov 2016 11:45:31 +0000 (+0100) Subject: Change libdcmtk9 -> 10 because of soname change X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~256 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=f0f4facfd0539e4ecf096a77edd8f45252e55fec;p=dcmtk.git Change libdcmtk9 -> 10 because of soname change --- diff --git a/debian/control b/debian/control index ba7dc338..eca008c9 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Description: OFFIS DICOM toolkit command line utilities . Note: This version was compiled with libssl support. -Package: libdcmtk9 +Package: libdcmtk10 Architecture: any Section: libs Depends: ${misc:Depends}, @@ -66,7 +66,7 @@ Depends: libxml2-dev, libwrap0-dev, libcharls-dev, libtiff-dev, - libdcmtk9 (= ${binary:Version}), + libdcmtk10 (= ${binary:Version}), ${misc:Depends} Suggests: dcmtk-doc Breaks: libinsighttoolkit4-dev (<< 4.9.0) diff --git a/debian/libdcmtk10.install b/debian/libdcmtk10.install new file mode 100644 index 00000000..c55be204 --- /dev/null +++ b/debian/libdcmtk10.install @@ -0,0 +1,2 @@ +usr/lib/*.so.* +usr/share/libdcmtk10/*.dic diff --git a/debian/libdcmtk10.lintian-overrides b/debian/libdcmtk10.lintian-overrides new file mode 100644 index 00000000..4b28bd83 --- /dev/null +++ b/debian/libdcmtk10.lintian-overrides @@ -0,0 +1,5 @@ +# There is more than one library in one package bundles which makes perfectly +# sense in this application but does not enable naming the library package apropriately +libdcmtk10: package-name-doesnt-match-sonames +libdcmtk10: embedded-library +libdcmtk10: no-symbols-control-file diff --git a/debian/libdcmtk9.install b/debian/libdcmtk9.install deleted file mode 100644 index 951fa126..00000000 --- a/debian/libdcmtk9.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/*.so.* -usr/share/libdcmtk9/*.dic diff --git a/debian/libdcmtk9.lintian-overrides b/debian/libdcmtk9.lintian-overrides deleted file mode 100644 index 55bfa944..00000000 --- a/debian/libdcmtk9.lintian-overrides +++ /dev/null @@ -1,5 +0,0 @@ -# There is more than one library in one package bundles which makes perfectly -# sense in this application but does not enable naming the library package apropriately -libdcmtk9: package-name-doesnt-match-sonames -libdcmtk9: embedded-library -libdcmtk9: no-symbols-control-file diff --git a/debian/rules b/debian/rules index cdf4bc3f..adf60e49 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \ -DDCMTK_WITH_ICONV:BOOL=ON \ -DUSE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON \ -DCMAKE_VERBOSE_MAKEFILE=ON \ - -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk9 \ + -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk10 \ -DCMAKE_SKIP_RPATH:BOOL=OFF